The <ul> tag defines an unordered (bulleted) list. Use together with the <li> tag to define list items.

Example:
<html> 
<head> 
<title>Creative Mission-Web Development & research center</title>
</head>
<body >
<b> 
<ul>
<li>Networking</li> 
<ul>

<li>CCNA</li>
<li>CCNP</li>
<li>CCIE
</ul>
<li>Web Development 
<ul start="10">
<li>php</li>
<li>My-SQL</li>
<li>Java Script</li>
</ul>
</li> 
</ul>
 </b>
 </body>
 </html>

Output:
  • Networking
    • CCNA
    • CCNP
    • CCIE
  • Web Development
    • php
    • My-SQL
    • Java Script



All Tutorial => 123456789101112131415





Write Comment